home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libgadu3 / README.Debian < prev    next >
Text File  |  2008-11-04  |  982b  |  36 lines

  1. libgadu Debian package
  2. ======================
  3.  
  4. Configuration options
  5. ---------------------
  6.  
  7.   As of February 16th 2006 libgadu is build with OpenSSL disabled for libgadu.
  8.   This makes linking other pure-GPL programs against libgadu feasible, all the
  9.   more since GG servers no longer support TLS connections.
  10.   
  11.   
  12.   Here are the library build configuration options for your convenience:
  13.  
  14.     ./configure \
  15.         --host=$(DEB_HOST_GNU_TYPE) \
  16.         --build=$(DEB_BUILD_GNU_TYPE) \
  17.         --prefix=/usr \
  18.         --sysconfdir=/etc \
  19.         --mandir=\$${prefix}/share/man \
  20.         --infodir=\$${prefix}/share/info \
  21.         --with-pthread \
  22.         --without-bind \
  23.         --without-openssl
  24.  
  25.  
  26. Changelog
  27. ---------
  28.  
  29.   API changes are listed in the html documentation (api/index.html contains a link).
  30.   All other changes can be found in the SVN changelog, available via websvn
  31.   interface at http://toxygen.net/websvn/listing.php?repname=libgadu&path=/&sc=0
  32.  
  33.  
  34.  -- Marcin Owsiany <porridge@debian.org>, Tue, 15 Apr 2008 21:06:29 +0100
  35.  
  36.